home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 71 / Cine Live 71.iso / pc / Data / Interface / e6.k < prev    next >
Encoding:
Text File  |  2003-08-08  |  24.3 KB  |  1,183 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000002B4,$000000B2,$000002C4,$00000301,$00000000,$FFFFFF1F,$00000000,$00000000};
  6.         LayoutWindow is {$00000078,$00000095,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob140,
  17.         ob241,
  18.         ob342,
  19.         ob443,
  20.         ob544,
  21.         ob645,
  22.         ob746,
  23.         ob847,
  24.         ob948,
  25.         ob1049,
  26.         ob1150,
  27.         ob1251,
  28.         of152,
  29.         of253,
  30.         of354,
  31.         of455,
  32.         of556,
  33.         of657,
  34.         of758,
  35.         of859,
  36.         of960,
  37.         of1061,
  38.         of1162,
  39.         of1263,
  40.         oInternet27,
  41.         oI128,
  42.         ol229,
  43.         ol230,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         oTexte_RTF37,
  51.         ovid_o38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s6m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o38; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o38; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o38; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o38; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Flags is $00000004; Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Flags is $00000004; Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Flags is $00000004; Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Target is oglobal39; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Flags is $00000150; 
  126.     Name is "Fond"; 
  127.     Enabled is false; Cursor is oEmptyCursor; 
  128.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "../Images/s6p.jpg"; 
  132.     
  133.     
  134.     Events is [
  135.         cOnscreenEvent
  136.         with Flags is $00000004; 
  137.             Commands is [
  138.                 cTokenCommand
  139.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  140.             ];
  141.         end
  142.     ];
  143. end;
  144.  
  145. object ob140 is cImage
  146. with 
  147.     Name is "b1"; 
  148.     Enabled is false; Shown is false; 
  149.     X is -21; Y is 169; 
  150.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  151.     
  152.     URL is "../Images/BOUTONV2.psd"; 
  153.     Bitmapped is false; Mode is 260; 
  154.     
  155. end;
  156.  
  157. object ob241 is cImage
  158. with 
  159.     Name is "b2"; 
  160.     Enabled is false; Shown is false; 
  161.     X is -21; Y is 197; 
  162.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  163.     
  164.     URL is "../Images/BOUTONV2.psd"; 
  165.     Mode is 260; 
  166.     
  167. end;
  168.  
  169. object ob342 is cImage
  170. with 
  171.     Name is "b3"; 
  172.     Enabled is false; Shown is false; 
  173.     X is -21; Y is 222; 
  174.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  175.     
  176.     URL is "../Images/BOUTONV2.psd"; 
  177.     Mode is 260; 
  178.     
  179. end;
  180.  
  181. object ob443 is cImage
  182. with 
  183.     Name is "b4"; 
  184.     Enabled is false; Shown is false; 
  185.     X is -21; Y is 249; 
  186.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  187.     
  188.     URL is "../Images/BOUTONV2.psd"; 
  189.     Mode is 260; 
  190.     
  191. end;
  192.  
  193. object ob544 is cImage
  194. with 
  195.     Name is "b5"; 
  196.     Enabled is false; Shown is false; 
  197.     X is -21; Y is 275; 
  198.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  199.     
  200.     URL is "../Images/BOUTONV2.psd"; 
  201.     Mode is 260; 
  202.     
  203. end;
  204.  
  205. object ob645 is cImage
  206. with 
  207.     Name is "b6"; 
  208.     Enabled is false; Shown is false; 
  209.     X is -21; Y is 303; 
  210.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  211.     
  212.     URL is "../Images/BOUTONV2.psd"; 
  213.     Mode is 260; 
  214.     
  215. end;
  216.  
  217. object ob746 is cImage
  218. with 
  219.     Name is "b7"; 
  220.     Enabled is false; Shown is false; 
  221.     X is -21; Y is 329; 
  222.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  223.     
  224.     URL is "../Images/BOUTONV2.psd"; 
  225.     Mode is 260; 
  226.     
  227. end;
  228.  
  229. object ob847 is cImage
  230. with 
  231.     Name is "b8"; 
  232.     Enabled is false; Shown is false; 
  233.     X is -21; Y is 357; 
  234.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  235.     
  236.     URL is "../Images/BOUTONV2.psd"; 
  237.     Mode is 260; 
  238.     
  239. end;
  240.  
  241. object ob948 is cImage
  242. with 
  243.     Name is "b9"; 
  244.     Enabled is false; Shown is false; 
  245.     X is -21; Y is 382; 
  246.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  247.     
  248.     URL is "../Images/BOUTONV2.psd"; 
  249.     Mode is 260; 
  250.     
  251. end;
  252.  
  253. object ob1049 is cImage
  254. with 
  255.     Name is "b10"; 
  256.     Enabled is false; Shown is false; 
  257.     X is -21; Y is 409; 
  258.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  259.     
  260.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  261.     Mode is 260; 
  262.     
  263. end;
  264.  
  265. object ob1150 is cImage
  266. with 
  267.     Name is "b11"; 
  268.     Enabled is false; Shown is false; 
  269.     X is -21; Y is 434; 
  270.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  271.     
  272.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  273.     Mode is 260; 
  274.     
  275. end;
  276.  
  277. object ob1251 is cImage
  278. with 
  279.     Name is "b12"; 
  280.     Enabled is false; Shown is false; 
  281.     X is -21; Y is 463; 
  282.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  283.     
  284.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  285.     Mode is 260; 
  286.     
  287. end;
  288.  
  289. object of152 is cBox
  290. with 
  291.     Name is "f1"; 
  292.     Cursor is oFingerCursor; 
  293.     X is -1; Y is 183; 
  294.     Width is 162; Height is 27; 
  295.     
  296.     
  297.     Events is [
  298.         cMouseEnterEvent
  299.         with Flags is $00000004; 
  300.             Commands is [
  301.                 cShowCommand
  302.                 with Flags is $00000004; Target is ob140; end
  303.             ];
  304.         end,
  305.         cMouseLeaveEvent
  306.         with Flags is $00000004; 
  307.             Commands is [
  308.                 cShowCommand
  309.                 with Flags is $00000004; Target is ob140; Mode is Clear; end
  310.             ];
  311.         end,
  312.         cMouseUpEvent
  313.         with Flags is $00000004; Flag is true; 
  314.             Commands is [
  315.                 cBrowseCommand
  316.                 with Flags is $00000004; URL is "e1.k"; end
  317.             ];
  318.         end
  319.     ];
  320. end;
  321.  
  322. object of253 is cBox
  323. with 
  324.     Name is "f2"; 
  325.     Cursor is oFingerCursor; 
  326.     Y is 210; 
  327.     Width is 161; Height is 30; 
  328.     
  329.     
  330.     Events is [
  331.         cMouseEnterEvent
  332.         with 
  333.             Commands is [
  334.                 cShowCommand
  335.                 with Target is ob241; end
  336.             ];
  337.         end,
  338.         cMouseLeaveEvent
  339.         with 
  340.             Commands is [
  341.                 cShowCommand
  342.                 with Target is ob241; Mode is Clear; end
  343.             ];
  344.         end,
  345.         cMouseUpEvent
  346.         with Flag is true; 
  347.             Commands is [
  348.                 cBrowseCommand
  349.                 with URL is "e2.k"; end
  350.             ];
  351.         end
  352.     ];
  353. end;
  354.  
  355. object of354 is cBox
  356. with 
  357.     Flags is $00000150; 
  358.     Name is "f3"; 
  359.     Cursor is oFingerCursor; 
  360.     Y is 239; 
  361.     Width is 166; Height is 25; 
  362.     
  363.     
  364.     Events is [
  365.         cMouseEnterEvent
  366.         with Flags is $00000004; 
  367.             Commands is [
  368.                 cShowCommand
  369.                 with Flags is $00000004; Target is ob342; end
  370.             ];
  371.         end,
  372.         cMouseLeaveEvent
  373.         with Flags is $00000004; 
  374.             Commands is [
  375.                 cShowCommand
  376.                 with Flags is $00000004; Target is ob342; Mode is Clear; end
  377.             ];
  378.         end,
  379.         cMouseUpEvent
  380.         with Flags is $00000004; Flag is true; 
  381.             Commands is [
  382.                 cBrowseCommand
  383.                 with Flags is $00000004; URL is "e3.k"; end
  384.             ];
  385.         end
  386.     ];
  387. end;
  388.  
  389. object of455 is cBox
  390. with 
  391.     Name is "f4"; 
  392.     Cursor is oFingerCursor; 
  393.     Y is 263; 
  394.     Width is 159; Height is 28; 
  395.     
  396.     
  397.     Events is [
  398.         cMouseEnterEvent
  399.         with 
  400.             Commands is [
  401.                 cShowCommand
  402.                 with Target is ob443; end
  403.             ];
  404.         end,
  405.         cMouseLeaveEvent
  406.         with 
  407.             Commands is [
  408.                 cShowCommand
  409.                 with Target is ob443; Mode is Clear; end
  410.             ];
  411.         end,
  412.         cMouseUpEvent
  413.         with Flag is true; 
  414.             Commands is [
  415.                 cBrowseCommand
  416.                 with URL is "e4.k"; end
  417.             ];
  418.         end
  419.     ];
  420. end;
  421.  
  422. object of556 is cBox
  423. with 
  424.     Name is "f5"; 
  425.     Cursor is oFingerCursor; 
  426.     Y is 291; 
  427.     Width is 162; Height is 26; 
  428.     
  429.     
  430.     Events is [
  431.         cMouseEnterEvent
  432.         with 
  433.             Commands is [
  434.                 cShowCommand
  435.                 with Target is ob544; end
  436.             ];
  437.         end,
  438.         cMouseLeaveEvent
  439.         with 
  440.             Commands is [
  441.                 cShowCommand
  442.                 with Target is ob544; Mode is Clear; end
  443.             ];
  444.         end,
  445.         cMouseUpEvent
  446.         with Flag is true; 
  447.             Commands is [
  448.                 cBrowseCommand
  449.                 with URL is "e5.k"; end
  450.             ];
  451.         end
  452.     ];
  453. end;
  454.  
  455. object of657 is cBox
  456. with 
  457.     Flags is $00000150; 
  458.     Name is "f6"; 
  459.     Cursor is oFingerCursor; 
  460.     Y is 317; 
  461.     Width is 161; Height is 26; 
  462.     
  463.     
  464.     Events is [
  465.         cMouseEnterEvent
  466.         with Flags is $00000004; 
  467.             Commands is [
  468.                 cShowCommand
  469.                 with Flags is $00000004; Target is ob645; end
  470.             ];
  471.         end,
  472.         cMouseLeaveEvent
  473.         with Flags is $00000004; 
  474.             Commands is [
  475.                 cShowCommand
  476.                 with Flags is $00000004; Target is ob645; Mode is Clear; end
  477.             ];
  478.         end,
  479.         cMouseUpEvent
  480.         with Flags is $00000004; Flag is true; 
  481.             Commands is [
  482.                 cBrowseCommand
  483.                 with Flags is $00000004; URL is "e6.k"; end
  484.             ];
  485.         end
  486.     ];
  487. end;
  488.  
  489. object of758 is cBox
  490. with 
  491.     Name is "f7"; 
  492.     Cursor is oFingerCursor; 
  493.     X is -1; Y is 343; 
  494.     Width is 163; Height is 28; 
  495.     
  496.     
  497.     Events is [
  498.         cMouseEnterEvent
  499.         with 
  500.             Commands is [
  501.                 cShowCommand
  502.                 with Target is ob746; end
  503.             ];
  504.         end,
  505.         cMouseLeaveEvent
  506.         with 
  507.             Commands is [
  508.                 cShowCommand
  509.                 with Target is ob746; Mode is Clear; end
  510.             ];
  511.         end,
  512.         cMouseUpEvent
  513.         with Flag is true; 
  514.             Commands is [
  515.                 cBrowseCommand
  516.                 with URL is "e7.k"; end
  517.             ];
  518.         end
  519.     ];
  520. end;
  521.  
  522. object of859 is cBox
  523. with 
  524.     Name is "f8"; 
  525.     Cursor is oFingerCursor; 
  526.     Y is 371; 
  527.     Width is 158; Height is 27; 
  528.     
  529.     
  530.     Events is [
  531.         cMouseEnterEvent
  532.         with 
  533.             Commands is [
  534.                 cShowCommand
  535.                 with Target is ob847; end
  536.             ];
  537.         end,
  538.         cMouseLeaveEvent
  539.         with 
  540.             Commands is [
  541.                 cShowCommand
  542.                 with Target is ob847; Mode is Clear; end
  543.             ];
  544.         end,
  545.         cMouseUpEvent
  546.         with Flag is true; 
  547.             Commands is [
  548.                 cBrowseCommand
  549.                 with URL is "e8.k"; end
  550.             ];
  551.         end
  552.     ];
  553. end;
  554.  
  555. object of960 is cBox
  556. with 
  557.     Flags is $00000150; 
  558.     Name is "f9"; 
  559.     Cursor is oFingerCursor; 
  560.     Y is 397; 
  561.     Width is 159; Height is 26; 
  562.     
  563.     
  564.     Events is [
  565.         cMouseEnterEvent
  566.         with Flags is $00000004; 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Flags is $00000004; Target is ob948; end
  570.             ];
  571.         end,
  572.         cMouseLeaveEvent
  573.         with Flags is $00000004; 
  574.             Commands is [
  575.                 cShowCommand
  576.                 with Flags is $00000004; Target is ob948; Mode is Clear; end
  577.             ];
  578.         end,
  579.         cMouseUpEvent
  580.         with Flags is $00000004; Flag is true; 
  581.             Commands is [
  582.                 cBrowseCommand
  583.                 with Flags is $00000004; URL is "e9.k"; end
  584.             ];
  585.         end
  586.     ];
  587. end;
  588.  
  589. object of1061 is cBox
  590. with 
  591.     Name is "f10"; 
  592.     Cursor is oFingerCursor; 
  593.     X is 1; Y is 424; 
  594.     Width is 160; Height is 29; 
  595.     
  596.     
  597.     Events is [
  598.         cMouseEnterEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1049; end
  603.             ];
  604.         end,
  605.         cMouseLeaveEvent
  606.         with 
  607.             Commands is [
  608.                 cShowCommand
  609.                 with Target is ob1049; Mode is Clear; end
  610.             ];
  611.         end,
  612.         cMouseUpEvent
  613.         with Flag is true; 
  614.             Commands is [
  615.                 cBrowseCommand
  616.                 with URL is "e10.k"; end
  617.             ];
  618.         end
  619.     ];
  620. end;
  621.  
  622. object of1162 is cBox
  623. with 
  624.     Flags is $00000150; 
  625.     Name is "f11"; 
  626.     Cursor is oFingerCursor; 
  627.     X is 1; Y is 452; 
  628.     Width is 162; Height is 28; 
  629.     
  630.     
  631.     Events is [
  632.         cMouseEnterEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1150; end
  637.             ];
  638.         end,
  639.         cMouseLeaveEvent
  640.         with Flags is $00000004; 
  641.             Commands is [
  642.                 cShowCommand
  643.                 with Flags is $00000004; Target is ob1150; Mode is Clear; end
  644.             ];
  645.         end,
  646.         cMouseUpEvent
  647.         with Flags is $00000004; Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with Flags is $00000004; URL is "e11.k"; end
  651.             ];
  652.         end
  653.     ];
  654. end;
  655.  
  656. object of1263 is cBox
  657. with 
  658.     Flags is $00000150; 
  659.     Name is "f12"; 
  660.     Cursor is oFingerCursor; 
  661.     X is 1; Y is 479; 
  662.     Width is 160; Height is 27; 
  663.     
  664.     
  665.     Events is [
  666.         cMouseEnterEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1251; end
  671.             ];
  672.         end,
  673.         cMouseLeaveEvent
  674.         with Flags is $00000004; 
  675.             Commands is [
  676.                 cShowCommand
  677.                 with Flags is $00000004; Target is ob1251; Mode is Clear; end
  678.             ];
  679.         end,
  680.         cMouseUpEvent
  681.         with Flags is $00000004; Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with Flags is $00000004; URL is "e12.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object oInternet27 is cBox
  691. with 
  692.     Flags is $00000150; 
  693.     Name is "Internet"; 
  694.     Cursor is oEarthCursor; 
  695.     X is 259; Y is 539; 
  696.     Width is 154; Height is 20; 
  697.     
  698.     
  699.     Events is [
  700.         cMouseUpEvent
  701.         with Flags is $00000004; Flag is true; 
  702.             Commands is [
  703.                 cLaunchCommand
  704.                 with Flags is $00000004; URL is "http://www.marsdistribution.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  705.             ];
  706.         end
  707.     ];
  708. end;
  709.  
  710. object oI128 is cBox
  711. with 
  712.     Flags is $00000150; 
  713.     Name is "I1"; 
  714.     Cursor is oFingerCursor; 
  715.     X is 259; Y is 499; 
  716.     Width is 73; Height is 19; 
  717.     
  718.     
  719.     Events is [
  720.         cMouseUpEvent
  721.         with Flags is $00000004; Flag is true; 
  722.             Commands is [
  723.                 cIfCookieCommand
  724.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  725.                     Commands is [
  726.                         cTokenCommand
  727.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  728.                     ];
  729.                 end,
  730.                 cBrowseCommand
  731.                 with Flags is $00000004; URL is "f26.k"; end
  732.             ];
  733.         end
  734.     ];
  735. end;
  736.  
  737. object ol229 is cBox
  738. with 
  739.     Name is "l2"; 
  740.     Cursor is oFingerCursor; 
  741.     X is 226; Y is 520; 
  742.     Width is 82; Height is 17; 
  743.     
  744.     
  745.     Events is [
  746.         cMouseUpEvent
  747.         with Flag is true; 
  748.             Commands is [
  749.                 cIfCookieCommand
  750.                 with CookieName is "zique"; Value is "oui"; 
  751.                     Commands is [
  752.                         cTokenCommand
  753.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  754.                     ];
  755.                 end,
  756.                 cBrowseCommand
  757.                 with URL is "f2.k"; end
  758.             ];
  759.         end
  760.     ];
  761. end;
  762.  
  763. object ol230 is cBox
  764. with 
  765.     Name is "l2"; 
  766.     Cursor is oFingerCursor; 
  767.     X is 307; Y is 520; 
  768.     Width is 88; Height is 17; 
  769.     
  770.     
  771.     Events is [
  772.         cMouseUpEvent
  773.         with Flag is true; 
  774.             Commands is [
  775.                 cIfCookieCommand
  776.                 with CookieName is "zique"; Value is "oui"; 
  777.                     Commands is [
  778.                         cTokenCommand
  779.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  780.                     ];
  781.                 end,
  782.                 cBrowseCommand
  783.                 with URL is "f6.k"; end
  784.             ];
  785.         end
  786.     ];
  787. end;
  788.  
  789. object oBouton_Fiche31 is cImage
  790. with 
  791.     Name is "Bouton Fiche"; 
  792.     Shown is false; Cursor is oFingerCursor; 
  793.     X is 167; Y is 573; 
  794.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  795.     
  796.     URL is "../Images/%E9cran%20fiche.jpg"; 
  797.     
  798.     
  799.     Events is [
  800.         cMouseEnterEvent
  801.         with 
  802.             Commands is [
  803.                 cShowCommand
  804.                 with Target is oTargetSelf; end
  805.             ];
  806.         end,
  807.         cMouseLeaveEvent
  808.         with 
  809.             Commands is [
  810.                 cShowCommand
  811.                 with Target is oTargetSelf; Mode is Clear; end
  812.             ];
  813.         end,
  814.         cMouseUpEvent
  815.         with Flag is true; 
  816.             Commands is [
  817.                 cShowCommand
  818.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  819.                 cEnableCommand
  820.                 with Target is oFiche_Technique36; Mode is Toggle; end
  821.             ];
  822.         end
  823.     ];
  824. end;
  825.  
  826. object oBouton_Imprimer32 is cImage
  827. with 
  828.     Name is "Bouton Imprimer"; 
  829.     Shown is false; Cursor is oFingerCursor; 
  830.     X is 321; Y is 573; 
  831.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  832.     
  833.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  834.     
  835.     
  836.     Events is [
  837.         cMouseEnterEvent
  838.         with 
  839.             Commands is [
  840.                 cShowCommand
  841.                 with Target is oTargetSelf; end
  842.             ];
  843.         end,
  844.         cMouseLeaveEvent
  845.         with 
  846.             Commands is [
  847.                 cShowCommand
  848.                 with Target is oTargetSelf; Mode is Clear; end
  849.             ];
  850.         end,
  851.         cMouseUpEvent
  852.         with Flag is true; 
  853.             Commands is [
  854.                 cPrintCommand
  855.                 with Target is oTexte_RTF37; end
  856.             ];
  857.         end
  858.     ];
  859. end;
  860.  
  861. object oBouton_Sommaire33 is cImage
  862. with 
  863.     Name is "Bouton Sommaire"; 
  864.     Shown is false; Cursor is oFingerCursor; 
  865.     X is 13; Y is 573; 
  866.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  867.     
  868.     URL is "../Images/%E9cran%20somm.jpg"; 
  869.     
  870.     
  871.     Events is [
  872.         cMouseEnterEvent
  873.         with 
  874.             Commands is [
  875.                 cShowCommand
  876.                 with Target is oTargetSelf; end
  877.             ];
  878.         end,
  879.         cMouseLeaveEvent
  880.         with 
  881.             Commands is [
  882.                 cShowCommand
  883.                 with Target is oTargetSelf; Mode is Clear; end
  884.             ];
  885.         end,
  886.         cMouseUpEvent
  887.         with Flag is true; 
  888.             Commands is [
  889.                 cIfCookieCommand
  890.                 with CookieName is "zique"; Value is "oui"; 
  891.                     Commands is [
  892.                         cTokenCommand
  893.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  894.                     ];
  895.                 end,
  896.                 cBrowseCommand
  897.                 with URL is "sommaire.k"; end
  898.             ];
  899.         end
  900.     ];
  901. end;
  902.  
  903. object oBouton_Photos34 is cImage
  904. with 
  905.     Name is "Bouton Photos"; 
  906.     Shown is false; Cursor is oFingerCursor; 
  907.     X is 475; Y is 573; 
  908.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  909.     
  910.     URL is "../Images/%E9cran%20photo.jpg"; 
  911.     
  912.     
  913.     Events is [
  914.         cMouseEnterEvent
  915.         with 
  916.             Commands is [
  917.                 cShowCommand
  918.                 with Target is oTargetSelf; end
  919.             ];
  920.         end,
  921.         cMouseLeaveEvent
  922.         with 
  923.             Commands is [
  924.                 cShowCommand
  925.                 with Target is oTargetSelf; Mode is Clear; end
  926.             ];
  927.         end,
  928.         cMouseUpEvent
  929.         with Flag is true; 
  930.             Commands is [
  931.                 cBrowseCommand
  932.                 with URL is "e6s.k"; end
  933.             ];
  934.         end
  935.     ];
  936. end;
  937.  
  938. object oBouton_Vid_o35 is cImage
  939. with 
  940.     Name is "Bouton Vid\$E9o"; 
  941.     Shown is false; Cursor is oFingerCursor; 
  942.     X is 629; Y is 573; 
  943.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  944.     
  945.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  946.     
  947.     
  948.     Events is [
  949.         cMouseEnterEvent
  950.         with 
  951.             Commands is [
  952.                 cShowCommand
  953.                 with Target is oTargetSelf; end
  954.             ];
  955.         end,
  956.         cMouseLeaveEvent
  957.         with 
  958.             Commands is [
  959.                 cShowCommand
  960.                 with Target is oTargetSelf; Mode is Clear; end
  961.             ];
  962.         end,
  963.         cMouseUpEvent
  964.         with Flag is true; 
  965.             Commands is [
  966.                 cRunCommand
  967.                 with Target is ovid_o38; Mode is Clear; end,
  968.                 cEnableCommand
  969.                 with Target is ovid_o38; Mode is Clear; end,
  970.                 cShowCommand
  971.                 with Target is ovid_o38; Mode is Clear; end,
  972.                 cDragCommand
  973.                 with Target is ovid_o38; Mode is DragTo; Y is 76; end,
  974.                 cGrowCommand
  975.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 450; end,
  976.                 cShowCommand
  977.                 with Target is ovid_o38; end,
  978.                 cEnableCommand
  979.                 with Target is ovid_o38; end,
  980.                 cRunCommand
  981.                 with Target is ovid_o38; Rewind is true; end,
  982.                 cShowCommand
  983.                 with Target is oglobal39; end,
  984.                 cEnableCommand
  985.                 with Target is oglobal39; end
  986.             ];
  987.         end
  988.     ];
  989. end;
  990.  
  991. object oFiche_Technique36 is cImage
  992. with 
  993.     Flags is $00000154; 
  994.     Name is "Fiche Technique"; 
  995.     Region is {$FFFF000A,$00010000,$01AC0188};
  996.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  997.     X is 132; Y is 41; 
  998.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  999.     
  1000.     URL is "../Images/t6.jpg"; 
  1001.     
  1002.     
  1003.     Events is [
  1004.         cMouseUpEvent
  1005.         with Flags is $00000004; Flag is true; 
  1006.             Commands is [
  1007.                 cShowCommand
  1008.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1009.                 cEnableCommand
  1010.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1011.             ];
  1012.         end
  1013.     ];
  1014. end;
  1015.  
  1016. object oTexte_RTF37 is cRTFText
  1017. with 
  1018.     Flags is $00000400; 
  1019.     Name is "Texte RTF"; 
  1020.     Enabled is false; Shown is false; 
  1021.     Y is -160; 
  1022.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1023.     
  1024.     URL is "../Textes/s6.rtf"; 
  1025.     
  1026.     
  1027. end;
  1028.  
  1029. object ovid_o38 is cMPEGMovie
  1030. with 
  1031.     Flags is $00000150; 
  1032.     release Editor:
  1033.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  1034.     end;
  1035.     Name is "vid\$E9o"; 
  1036.     Shown is false; Cursor is oFingerCursor; 
  1037.     X is 599; Y is 436; 
  1038.     Width is 192; Height is 108; 
  1039.     
  1040.     URL is "../Videos/s6.mpg"; 
  1041.     Events is [
  1042.         cMouseUpEvent
  1043.         with Flags is $00000004; Flag is true; 
  1044.             Commands is [
  1045.                 cRunCommand
  1046.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1047.                 cEnableCommand
  1048.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1049.                 cShowCommand
  1050.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1051.                 cDragCommand
  1052.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; Y is 76; end,
  1053.                 cGrowCommand
  1054.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 450; end,
  1055.                 cShowCommand
  1056.                 with Flags is $00000004; Target is ovid_o38; end,
  1057.                 cEnableCommand
  1058.                 with Flags is $00000004; Target is ovid_o38; end,
  1059.                 cRunCommand
  1060.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1061.                 cShowCommand
  1062.                 with Flags is $00000004; Target is oglobal39; end,
  1063.                 cEnableCommand
  1064.                 with Flags is $00000004; Target is oglobal39; end
  1065.             ];
  1066.         end,
  1067.         cFinishedEvent
  1068.         with Flags is $00000004; 
  1069.             Commands is [
  1070.                 cPixelTool_IfSystemCommand
  1071.                 with Flags is $00000004; 
  1072.                     Commands is [
  1073.                         cDragCommand
  1074.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  1075.                         cGrowCommand
  1076.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  1077.                         cShowCommand
  1078.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1079.                         cEnableCommand
  1080.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1081.                         cShowCommand
  1082.                         with Flags is $00000004; Target is ovid_o38; end,
  1083.                         cEnableCommand
  1084.                         with Flags is $00000004; Target is ovid_o38; end,
  1085.                         cRunCommand
  1086.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1087.                     ];
  1088.                 end,
  1089.                 cPixelTool_IfSystemCommand
  1090.                 with Flags is $00000004; SetMode is IsWinTest; 
  1091.                     Commands is [
  1092.                         cDragCommand
  1093.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  1094.                         cGrowCommand
  1095.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  1096.                         cEnableCommand
  1097.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1098.                         cShowCommand
  1099.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1100.                         cShowCommand
  1101.                         with Flags is $00000004; Target is ovid_o38; end,
  1102.                         cEnableCommand
  1103.                         with Flags is $00000004; Target is ovid_o38; end,
  1104.                         cRunCommand
  1105.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1106.                     ];
  1107.                 end
  1108.             ];
  1109.         end
  1110.     ];
  1111. end;
  1112.  
  1113. object oglobal39 is cBox
  1114. with 
  1115.     Flags is $00000150; 
  1116.     Name is "global"; 
  1117.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1118.     
  1119.     Width is 800; Height is 600; 
  1120.     
  1121.     Kind is DrawOpaque; 
  1122.     Events is [
  1123.         cMouseUpEvent
  1124.         with Flags is $00000004; Flag is true; 
  1125.             Commands is [
  1126.                 cPixelTool_IfSystemCommand
  1127.                 with Flags is $00000004; 
  1128.                     Commands is [
  1129.                         cShowCommand
  1130.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1131.                         cRunCommand
  1132.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1133.                         cEnableCommand
  1134.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1135.                         cEnableCommand
  1136.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1137.                         cDragCommand
  1138.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  1139.                         cGrowCommand
  1140.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  1141.                         cShowCommand
  1142.                         with Flags is $00000004; Target is ovid_o38; end,
  1143.                         cRunCommand
  1144.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1145.                         cEnableCommand
  1146.                         with Flags is $00000004; Target is ovid_o38; end,
  1147.                         cShowCommand
  1148.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1149.                         cEnableCommand
  1150.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end
  1151.                     ];
  1152.                 end,
  1153.                 cPixelTool_IfSystemCommand
  1154.                 with Flags is $00000004; SetMode is IsWinTest; 
  1155.                     Commands is [
  1156.                         cShowCommand
  1157.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1158.                         cRunCommand
  1159.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1160.                         cEnableCommand
  1161.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1162.                         cEnableCommand
  1163.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1164.                         cDragCommand
  1165.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 436; end,
  1166.                         cGrowCommand
  1167.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 108; end,
  1168.                         cShowCommand
  1169.                         with Flags is $00000004; Target is ovid_o38; end,
  1170.                         cRunCommand
  1171.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1172.                         cEnableCommand
  1173.                         with Flags is $00000004; Target is ovid_o38; end,
  1174.                         cShowCommand
  1175.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1176.                         cEnableCommand
  1177.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end
  1178.                     ];
  1179.                 end
  1180.             ];
  1181.         end
  1182.     ];
  1183. end;